home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000309_fdc@panix.com_Wed Feb 10 15:31:26 2010.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: C-Kermit 9.0 for VAX?
  5. Date: Wed, 10 Feb 2010 20:21:05 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 20
  8. Message-ID: <slrnhn659h.shk.fdc@panix1.panix.com>
  9. References: <slrnhn34mm.em3.fdc@panix2.panix.com> <hksg21$q4r$1@online.de> <slrnhn3oqt.5hj.fdc@panix1.panix.com> <f13c7093-7af4-45e3-bc1b-950c397e079a@l26g2000yqd.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix1.panix.com
  12. X-Trace: reader2.panix.com 1265833265 7337 166.84.1.1 (10 Feb 2010 20:21:05 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Wed, 10 Feb 2010 20:21:05 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15909
  17.  
  18. On 2010-02-10, Steven Schweda <sms.antinode@gmail.com> wrote:
  19. : Frank da Cruz wrote:
  20. :
  21. :> I'd be particularly interested in how "@ckvker f" works out (the "long
  22. :> file" support option) on 32-bit VMS hardware.
  23. :
  24. :    That's easy.  It won't.  In DECC$TYPES.H, all the
  25. : _LARGEFILE stuff is conditional on "!defined(__VAX)".  There
  26. : is no C run-time support for large files on VAX, and I expect
  27. : none in the future.  I believe that ckvker.com ignores "F" on
  28. : a VAX.  A complaint could be added, but I believe that it's
  29. : currently silent.
  30. :
  31. But in VMS, C-Kermit's file i/o routines (at least the ones used
  32. for file transfer and for logs) are RMS, not C library, based.
  33. So it might be just a question of the reporting -- file transfer
  34. display, statistics, and thermometer.  But I confess, I haven't
  35. had time to look at the code.
  36.  
  37. - Frank